Micron Document
baubs git

Node / mirrors / respira / files / tsconfig.electron.json

Displaying Raw • Download

tsconfig.electron.json copilot/create-shared-infocard-component (7c3f79ae) Text, 241 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"module": "commonjs",
"outDir": "dist-electron",
"types": ["node"]
},
"include": ["electron/**/*"]
}

Served by rngit 1.3.3 - Generated in 0.03s